@charset "utf-8";
/* CSS Document */

.indexCase {
  background: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  margin-top:30px;
}


.indexCase .home-title{width:100%;text-align: center;overflow: hidden;margin-bottom: 25px;position: relative;line-height: 1.5;color: #787878;z-index: 1;}
.indexCase .home-title a{font-size: 36px;display: block;width: 300px;margin: 0 auto; color:#1d9add}
.indexCase .home-title p{width: 100%;max-width: 400px;margin: 0 auto;overflow: hidden;position: relative;}
.indexCase .home-title em{display: block;width: 25%;float: left;height: 20px;border-bottom: 1px solid #ccc;}
.indexCase .home-title span{width:50%;font-size: 18px;display: block;float: left;height: 36px;line-height: 40px;text-transform: uppercase;}
.indexCase .home-title i{display: block;width: 15px;height: 25px;margin: 0 auto;background: url(../images/icon7.png) center no-repeat;background-size: 100% auto;}

.indexCase .max_w1280 {
  position: relative;
}
.indexCase .index_bt {
  padding-bottom: 55px;
}
.indexCase .index_bt h3 {
  color: #ff6a00;
}
.indexCase .index_bt h2 {
  color: #FFFFFF;
}
.indexCase .indexCaseLeft {
  float: left;
  width: 50%;
  padding-right: 65px;
  position: relative;
}
.indexCase .indexCaseLeft .indexCaseOwlCon img {
  width: 100%;
  border-radius: 8px;
  height:432px;
}
.indexCase .indexCaseLeft .indexCaseOwlCon p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 110px;
  display: block;
  min-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.indexCase .indexCaseOwlConHx {
  padding-right: 173px;
  padding-left: 10px;
  position: absolute;
  width: 50%;
  bottom: 125px;
  left: 0px;
}
.indexCase .indexCaseOwlConHx span {
  display: block;
  width: 100%;
  height: 1px;
  background: #4e4e4e;
}
.indexCase .owl-prev {
  width: 9px;
  height: 15px;
  background: url(../images/fangan_39.png);
  background-size: 100% 100%;
  position: absolute;
  right: 50%;
  margin-right: 116px;
  bottom: 118px;
  cursor: pointer;
}
.indexCase .owl-next {
  width: 9px;
  height: 15px;
  background: url(../images/fangan_41.png);
  background-size: 100% 100%;
  position: absolute;
  right: 50%;
  margin-right: 66px;
  bottom: 118px;
  cursor: pointer;
}
.indexCase .indexCaseRight {
  float: right;
  width: 50%;
}
.indexCase .indexCaseRight h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 47px;
}
.indexCase .indexCaseRight .row {
  margin: 0px -9px;
}
.indexCase .indexCaseRight .row .col-xs-3 {
  padding: 0px 9px;
  margin-bottom: 24px;
  width: 20%;
  float:left;
  list-style:none;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList {
  display: block;
  background: #f1f1f1;
  padding-bottom: 25px;
  padding-top: 19px;
  transition: 0.2s;
  border-radius:8px;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList .indexCaseListImg {
  padding-bottom: 20px;
  position: relative;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList .indexCaseListImg img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  transition: 0.2s;
  height:68px;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList .indexCaseListImg > img:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%);
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList p {
  color: #333333;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList:hover {
  transition: 0.2s;
  background: #1f9add;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList:hover .indexCaseListImg > img:nth-child(1) {
  opacity: 0;
  transition: 0.2s;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList:hover .indexCaseListImg > img:nth-child(2) {
  transition: 0.2s;
  opacity: 1;
}
.indexCase .indexCaseRight .row .col-xs-3 .indexCaseList:hover p {
  color: #ffffff;
  transition: 0.2s;
}
.indexCase .indexCaseRight .row > .col-xs-3:nth-child(5n+1) {
  clear: both;
}
.indexCase .indexCaseRight .row .thistab .indexCaseList {
  transition: 0.2s;
  background: #1f9add;
  border-radius:8px;
}
.indexCase .indexCaseRight .row .thistab .indexCaseList .indexCaseListImg > img:nth-child(1) {
  opacity: 0;
  transition: 0.2s;
}
.indexCase .indexCaseRight .row .thistab .indexCaseList .indexCaseListImg > img:nth-child(2) {
  transition: 0.2s;
  opacity: 1;
}
.indexCase .indexCaseRight .row .thistab .indexCaseList p {
  color: #ffffff;
  transition: 0.2s;
}
.indexCase .indexCaseRight .indexCaseListMore {
  padding-top: 58px;
  clear:both;
}
.indexCase .indexCaseRight .indexCaseListMore a {
  display: block;
  border: 1px solid #1d9add;
  background:#f1f1f1;
  line-height: 66px;
  text-align: center;
  width: 100%;
  color: #1d9add;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight:normal;
  transition: 0.2s;
}
.indexCase .indexCaseRight .indexCaseListMore a:hover {
  background: #1f9add;
  transition: 0.2s;
  border-color: #1f9add;
  color:#FFF
}
.max_w1280 {
  max-width: 1300px;
  margin: 0px auto;
  display: block;
  padding: 0px 10px;
}
.index_bt {
  display: none !important;
}
.index_bt h3 {
  font-size: 35px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.index_bt h2 {
  font-size: 25px;
  color: #111111;
  font-weight: bold;
}
.index_bt_index {
  display: block !important;
}

@media (max-width: 1200px) {
  .indexBanner .indexBannerSlickCon .indexBannerCon,
  .indexBanner .indexBannerSlickCon .indexBannerConMore {
    margin-left: 0px;
    left: 10%;
    bottom: 40px;
  }
  .indexCase .indexCaseOwlConHx {
    bottom: 157px;
  }
  .indexCase .owl-prev {
    bottom: 150px;
  }
  .indexCase .owl-next {
    bottom: 150px;
  }
  .indexFooter .indexFooterLeft ul li {
    margin-left: 80px;
  }
}
@media (max-width: 1000px) {
.indexCase {
    padding: 60px 0px 30px 0px;
  }
  .indexCase .index_bt {
    padding-bottom: 30px;
  }
  .indexCase .indexCaseLeft {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .indexCase .indexCaseRight {
    width: 100%;
  }
  }
  
  
  @media (max-width: 850px) {
  .indexCase .indexCaseLeft .indexCaseOwl .indexCaseOwlCon p {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
    margin-top: 20px;
  }
  .indexCase .indexCaseLeft .indexCaseOwlConHx {
    display: none;
  }
  .indexCase .indexCaseLeft .indexCaseOwl .owl-prev {
    display: none !important;
  }
  .indexCase .indexCaseLeft .indexCaseOwl .owl-next {
    display: none !important;
  }
  .indexCase .indexCaseRight h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .indexCase .indexCaseRight .row {
    margin: 0px -2px;
  }
  .indexCase .indexCaseRight .row .col-xs-3 {
    width: 25%;
    padding: 0px 2px;
    margin-bottom: 4px;
  }
  .indexCase .indexCaseRight .row .col-xs-3 .indexCaseList {
    padding: 10px 0px;
  }
  .indexCase .indexCaseRight .row .col-xs-3 .indexCaseList .indexCaseListImg {
    padding-bottom: 10px;
  }
  .indexCase .indexCaseRight .row .col-xs-3 .indexCaseList .indexCaseListImg img {
	height:45px;
	max-height: 100%;
  }
  .indexCase .indexCaseRight .row .col-xs-3 .indexCaseList p {
    font-size: 12px;
  }
  .indexCase .indexCaseRight .row > .col-xs-3:nth-child(5n+1) {
    clear: none;
  }
  .indexCase .indexCaseRight .row > .col-xs-3:nth-child(4n+1) {
    clear: both;
  }
  .indexCase .indexCaseRight .indexCaseListMore {
    padding-top: 20px;
  }
  .indexCase .indexCaseRight .indexCaseListMore a {
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid #4e4e4e;
  }
  }